Fix the -gtk-outline-radius shorthand
authorMatthias Clasen <mclasen@redhat.com>
Mon, 18 Sep 2017 01:17:30 +0000 (21:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 18 Sep 2017 01:17:30 +0000 (21:17 -0400)
It needs to refer to the -gtk-prefixed subproperties now.

gtk/gtkcssshorthandpropertyimpl.c

index 7562d0952ad1b2d262330ee0e730dca0200a4a35..845e31b30840b0aa88caf68456113025c2d79646 100644 (file)
@@ -1045,8 +1045,8 @@ _gtk_css_shorthand_property_init_properties (void)
                                          "border-top-color", "border-right-color", "border-bottom-color", "border-left-color",
                                          "border-image-source", "border-image-slice", "border-image-width", "border-image-repeat", NULL };
   const char *outline_subproperties[] = { "outline-width", "outline-style", "outline-color", NULL };
-  const char *outline_radius_subproperties[] = { "outline-top-left-radius", "outline-top-right-radius",
-                                                 "outline-bottom-right-radius", "outline-bottom-left-radius", NULL };
+  const char *outline_radius_subproperties[] = { "-gtk-outline-top-left-radius", "-gtk-outline-top-right-radius",
+                                                 "-gtk-outline-bottom-right-radius", "-gtk-outline-bottom-left-radius", NULL };
   const char *background_subproperties[] = { "background-image", "background-position", "background-size", "background-repeat", "background-clip", "background-origin",
                                              "background-color", NULL };
   const char *transition_subproperties[] = { "transition-property", "transition-duration", "transition-delay", "transition-timing-function", NULL };